"dark mode with vibrant green" shadcn/ui theme

vibrant-green
high-contrast
modern
immersive
nature-inspired
energetic
futuristic
clean
bold
dynamic
tech
cyberpunk
eco-friendly
fresh
lively
dark-theme
light-theme
emerald
abyss
duality

Shadcn/ui Theme Css Variables

name: Emerald Abysskeyword: dark mode with vibrant green views: 26

:root {
  --background: 240 10% 96%;
  --foreground: 240 10% 3%;
  --card: 240 10% 98%;
  --card-foreground: 240 10% 3%;
  --popover: 240 10% 98%;
  --popover-foreground: 240 10% 3%;
  --primary: 158 64% 52%;
  --primary-foreground: 240 10% 3%;
  --secondary: 158 64% 40%;
  --secondary-foreground: 240 10% 98%;
  --muted: 240 10% 90%;
  --muted-foreground: 240 10% 45%;
  --accent: 158 64% 30%;
  --accent-foreground: 240 10% 98%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 240 10% 98%;
  --border: 240 10% 85%;
  --input: 240 10% 85%;
  --ring: 158 64% 52%;
  --radius: 0.75rem;
  --chart-1: 158 64% 52%;
  --chart-2: 158 64% 40%;
  --chart-3: 158 64% 30%;
  --chart-4: 158 64% 20%;
  --chart-5: 158 64% 10%;
} 

.dark {
  --background: 240 10% 3%;
  --foreground: 240 10% 98%;
  --card: 240 10% 5%;
  --card-foreground: 240 10% 98%;
  --popover: 240 10% 5%;
  --popover-foreground: 240 10% 98%;
  --primary: 158 64% 52%;
  --primary-foreground: 240 10% 3%;
  --secondary: 158 64% 40%;
  --secondary-foreground: 240 10% 98%;
  --muted: 240 10% 15%;
  --muted-foreground: 240 10% 60%;
  --accent: 158 64% 30%;
  --accent-foreground: 240 10% 98%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 240 10% 98%;
  --border: 240 10% 20%;
  --input: 240 10% 20%;
  --ring: 158 64% 52%;
  --radius: 0.75rem;
  --chart-1: 158 64% 52%;
  --chart-2: 158 64% 40%;
  --chart-3: 158 64% 30%;
  --chart-4: 158 64% 20%;
  --chart-5: 158 64% 10%;
}